home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15558 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1016 b 

  1. Path: www.rpa.net!news
  2. From: Fred Mellender <fredm@rpa.net>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: BC++5.0 Program doesn't compile (see text)
  5. Date: Fri, 05 Apr 1996 17:28:29 -0500
  6. Organization: Rochester Public Access, Inc.
  7. Message-ID: <31659E8D.1AE5@rpa.net>
  8. References: <31643314.794BDF32@nac.telco.com>
  9. NNTP-Posting-Host: pm1-ip33.rpa.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.01 (Win95; I)
  14.  
  15. Hi,
  16.  
  17. I was able to get the pgm below to compile.  The only msg was to the
  18. effect that a pre-compiled header could not be created for vector.h, 
  19. because it has (executable) code in it; this msg can be safely ignored.
  20. For what it is worth, I am successfully using a vector type in some code 
  21. I am working on.
  22.  
  23. Regards,
  24.  
  25.  
  26. Martin Moore wrote:
  27. > I cannot get the following program to compile...can anyone else?
  28. > #include "vector.h"
  29. > using namespace std;
  30. > vector<long> test;
  31. > That's it.
  32. > --
  33. > Martin Moore - Telco Systems 510 624 5574
  34.